InstallAnywhere GUI Test Automation Framework --------------------------------------------- Copyright (c) 2025 Flexera Software LLC. All rights reserved. ------------------------------------------------------------------------------------------------ This framework allows setup authors to automate the testing of GUI installers generated by InstallAnywhere. The main class is the GUIAutomationFixture, a JUnit extension that provides the following features: - Launch installers/uninstallers - Wait for windows/panels - Navigate panels/fields - Type text in fields - Assert that installers/uninstallers ran successfully (returning exit = 0) - Assert that files have been installed/uninstalled succesfully. How To Use ---------- Just create a JUnit test case that extends the GUIAutomationFixture. Refer to documentation available in the javadocs sub-directory. *** Note: Add all files in the lib sub-directory to develop and to execute tests. (Including the provided DLL's.)